home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / s / snapstockv2.11.lha / SnapStock2.11 / Scripts.readme < prev    next >
Text File  |  1996-01-23  |  3KB  |  90 lines

  1. ABOUT THE SAMPLE SCRIPTS
  2.  
  3. Included are a few sample scripts that will work with SnapStock's SCRIPTS
  4. function. There are TWO scripts drawers. One here in the main directiry,
  5. and another inside CHARTS. Scripts placed in this latter directory (up to
  6. ten of them) will appear on a bottom-screen menu bar in SnapStock, and can
  7. be run with one click.
  8.  
  9. SnapX10.SCT
  10.  
  11.   This script will take the top ten items listed in your quotes file,
  12.   chart them, and save them in your snapshot album. Push the up and down
  13.   cursor keys to view them, when the script finishes. If you are not using
  14.   dual-day quotes (GENIE-style), then edit this script to chart consecutive
  15.   numbers rather than every other number.
  16.   
  17. TwoWave.sct
  18.  
  19.   This script will make a cycle chart of an overlapping long duration 
  20.   and short duration wave, using the issue you last charted.
  21.   
  22. 2waveX5.sct
  23.  
  24.   Takes the first five issues in your quotes file, and snapshots both
  25.   a chart and a two-wave chart for each.
  26.   
  27. FrSweep.sct
  28.  
  29.   Makes a frequency sweep animation of the last issue you charted.
  30.   
  31. MyUpdat.sct
  32.  
  33.   Automatically performs an UPDATE ALL from your quotes file, assuming
  34.   that it always has the same name. You will probably want to modify
  35.   this script to reflect the name and path of the quotes file you use. 
  36.   
  37. Demonst.sct
  38.  
  39.   A demonstration, like the one in the QUICK START doc file.
  40.   
  41. MakePortfChart.sct
  42.  
  43.   Makes a portfolio chart, named TRIAL, from historical data contained
  44.   in chart files. To use, you need to modify two files: TRIAL.CFG is a
  45.   portfolio configuration file, and it should contain the mix of issues
  46.   you are testing. TRIAL.XPR is a quotes file. It should contain the 
  47.   names of all the issues specified in the configuration file, with 
  48.   zeros for all the prices. Finally, edit the script file: The beginning
  49.   dates and the date increments can be changed. Currently, the script
  50.   will make 24 points, spaced 1 month apart. You may extend the script,
  51.   if you wish, or simply run it repeatedly to get the number of data points 
  52.   you wish (advancing the beginning dates each time.) If you have 
  53.   sufficient RAM to copy your SnapStock directory to RAM: before running
  54.   this script, you will really appreciate the increase in speed.
  55.  
  56.  
  57. 2envelp.sct
  58.  
  59.   Your issue will be recharted with two overlapping envelopes. The periods
  60.   for the two envelopes can be changed by editing this script.
  61.  
  62. ThreeMA.sct
  63.  
  64.   Charts your issue with three overlapping moving averages. The values for
  65.   the three averages are taken from: the M.A. box, the UPPER box, and the 
  66.   LOWER input box.
  67.  
  68. 2invert.sct
  69.  
  70.   Displays (and snapshots) two overlapping inverted moving averages of your
  71.   issue. This script can be edited to change the periods of the averages.
  72.  
  73. PrintRP.sct
  74.  
  75.   Prints your performance report and portfolio report.
  76.  
  77. RP2disk.sct
  78.  
  79.   Creates two text files (inside your CHARTS drawer) of your reports, named
  80.   PERFORMANCE.TXT and PORTFOLIO.TXT. 
  81.  
  82.   
  83. If any of these scripts create an error before finishing, it's likely
  84. that you have either run out of memory (snapshots use a lot) or that
  85. one or more of your issues don't contain enough data for the two-cycle
  86. charts or moving averages. You can interrupt any running script by
  87. tapping the ESCAPE key.
  88.  
  89.  
  90.